-
Re: How to get email value from a column that is a multi-select contact list?
You probably need to specify these parameters in your request: include: "objectValue", level: "2" By default, Smartsheet returns Multi-contact and Multi-picklists as simple Text/N…1 · -
Re: How to prevent Smartsheet API from converting certain strings to integers
I have not had to deal with this issue via the API, but here are a few suggestions from best to worse: Try forcing the value to be a string in the python code: 'value': str(rowToAppend[x]) Try prefix…1 · -
Re: API: GetSheet (with rowsModifiedSince param) should be able to return information about deleted rows
I see the value of this. I think WebHooks could be a way to deal with this by setting up a WebHook that is triggered on row delete, and allowing you to immediately clean up your local system. While I…1 · -
Re: What cause a user/project id to change?
I think that I have seen UserID's get changed in the process of merging user accounts. We have to do this more than I like because of the way we update accounts in Active Directory tied to email addr…1 · -
Re: Create a Smart Form to update a row data
By "create a form to update a data", maybe you want a nice form like SmartSheet provides to submit a new row. Perhaps you really want to specify which fields will be displayed and have have…3 ·